home *** CD-ROM | disk | FTP | other *** search
- #ifndef __DIACOM_CONTEXT_KIT
- #define __DIACOM_CONTEXT_KIT
-
- #include "contkit.h"
-
- class DiacomContextKit : public ContextKit
- {
- public:
- DiacomContextKit(char* HOT = NULL,
- rect STATUSPOS = rect(0, 24, 79, 25),
- int STATUSTYPE = 0, char** STATUSSTRINGS = NULL,
- int* STATUSLIST = NULL)
- :ContextKit(HOT, STATUSPOS, STATUSTYPE, STATUSSTRINGS,
- STATUSLIST)
- {}
-
- virtual void exe(int act = 0);
- };
-
- #endif __DIACOM_CONTEXT_KIT